.reportGridCellLink a{
    color: inherit;
    cursor: auto;
    transition: all linear 0s;
    /* pointer-events: none; */
}

.ctrlHyperlink .reportGridCellLink a, .ctrlHyperlink .reportGridCellLink a:hover{
    text-decoration: underline;
    color: var(--primary);
    cursor: pointer;
    pointer-events: inherit;
}


.reportGridTabs .ctrlHyperlink.jqx-grid-cell-selected-arctic-hal[class*="documentLink"]:not(:empty), 
.reportGridTabs .ctrlHyperlink.jqx-grid-cell-hover-arctic-hal[class*="documentLink"]:not(:empty),
.reportGridTabs .ctrlHyperlink[class*="documentLink"]:not(:empty) {
    border-color: #bcbcbc !important;
}

.jqx-grid-cell-selected-arctic-hal .reportGridCellLink a, .jqx-grid-cell-hover-arctic-hal .reportGridCellLink a{
    /* color: var(--white); */
    color: inherit;
}
.jqx-grid-cell-selected-arctic-hal.ctrlHyperlink .reportGridCellLink a, .jqx-grid-cell-hover-arctic-hal.ctrlHyperlink .reportGridCellLink a{
    color: var(--primary);
}

.reportGridTabs .ctrlHyperlink:hover, .reportGridTabs .jqx-grid-cell-selected-arctic-hal.ctrlHyperlink, .reportGridTabs .jqx-grid-cell-hover-arctic-hal.ctrlHyperlink{
    background: none !important;
    background-color: var(--lightblue) !important;
}

/* reportGridActionBtn */
/* .reportGridActionBtn.dropdown{
    z-index: 9999;
} */


body.erpnewui .reportGridActionBtn.dropdown .dropdown-menu{
    position: fixed;
    transition: none;
    -webkit-transition: none;
    z-index: 900;
}


/* .reportGridActionBtn.dropdown .dropdown-menu{
    left: 25px;
    top: 20px !important;
}
.reportGridActionBtn.dropup .dropdown-menu{
    left: 25px;
    bottom: 20px !important;
} */




/* .reportGridCellLink ::before{
    margin-right: -2px;
    content: "";
    position: absolute;
    top: -20px;
    right: -28px;
    height: 35px;
    width: 35px;
    background: #b5b5b5;
    transform: rotate(45deg);
} */


/* getuiform */

.uititle{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid var(--gray);
    padding: 10px 0 5px;
    margin-bottom: 10px;
}

body:not(.theme-two) .getuiform form .form-control{
    min-width: 180px;
    border: 0;
    border-bottom: 1px solid var(--gray);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
body.theme-two .getuiform .form-control:not(.jqx-datetimeinput){
    min-width: 150px;
    padding: 0.5rem 1rem;
}
.getuiform form .form-control:focus{
    border-color: #888 ;
}
.getuiform #workflowpopupInputs .trlabel{
    color: #777;
}

#createWorkflowForm .workflowCheckboxtoShow .form-check{
    background-color: var(--lightgray);
    border-radius: 4px;
}
#createWorkflowForm .workflowCheckboxtoShow input{
    margin: 0;
    vertical-align: middle;
}

#setWorkflowPopup #existing .checkReportList .reportBoxListCheck{
    width: 15px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
}

.reportBoxNolist{
    background-image: url(../img/hal_emptyData.png);
    background-size: cover;
    background-position: center;
    height: 150px;
    width: 150px;
    margin: 30px auto 40px;
    position: relative;
}
.reportBoxNolist p{
    text-align: center;
    color: #999;
    padding: 1rem 0;
    position: absolute;
    bottom: -40px;
    margin: 0;
    width: 100%;
}


/* notificationRibbon */

#notificationRibbon span{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 1.5;
    padding: 5px 15px;
    white-space: normal;
}

.notification-ribbon{
    margin: 1px 0;
}




/* new changes - 20-09-21 */
#widgetHeader h2 > h2{
    width: 100%;
}



/* others */
#eventLog{
    margin-top: 5px !important;
}

/* profilePicContainer */
.profilePicContainer .thumbnail{
    position: absolute;
    /* width: 100%; */
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 100%;
    opacity: 0;
    transition: 0.3s all linear;
}   
.profilePicContainer:hover .thumbnail{
    bottom: unset;
    top: 100%;
    opacity: 1;
}



/* reportGridActionBtn */
.reportGridActionBtn> button.dropdown-toggle {
    background-color: var(--lightblue);
    color: var(--primarydark);
    border-color: var(--primarydark);
    line-height: 1.3;
    margin: 2px 0;
}

.reportGridActionBtn.open > button.dropdown-toggle{
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primarydark);
}
/* Customer Report */

/* 03/01/22 */
#userTypeReport ul+.empty-data{
    display: none;
}
#userTypeReport ul:empty + .empty-data{
    display: block;
}

.customer_report .dropdown-menu{
    line-height: 1.5;
}

.customer_report #userTypeReportSearch{
    min-width: 200px;
}
.customer_report hr{
    margin: 5px 0px;
}
/* .customer_report ul li span{
    color: var(--darkred);
    position: relative;
    z-index: 1;
}

body:not(.smart-rtl) .customer_report ul li span{
    margin-left: -30px;
}

body.smart-rtl .customer_report ul li span{
    margin-right: -30px;
} */

.customer_report ul{
    max-height: 300px;
}

.reportGridTabs :is(.cell-edit){
    opacity: 0;
    position: absolute;
    background-color: #fff;
    top: 2px;
    width: 22px;
    text-align: center;
    height: 22px;
    box-shadow: 0 3px 3px #0000001f;
    border-radius: 50px;
    right: 2px;
    font-size: 18px;
    color: #777;
    transition: all ease 0.2s;
}

.reportGridTabs .jqx-grid-cell:hover .cell-edit{
    opacity: 1;
}

.filterreportGridClass > div:nth-child(2){
    display: none;
}

.peoplechip--wrapper{
    min-height: 25px;
}

.peoplechip--wrapper .reportProfilePic{
    background: url(../img/blank-profile-picture.png) no-repeat center/cover;
}